HOME |  BACK |  NEXT |  _  WORDLIST |  TOPICS |  _  AUTHORS |  E-MAIL |  _  INDEX | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

WWWE Logo Heading

In HTML, heading can refer to any of three elements:

URLs:

Sandia HTML Reference Manual
The HTML tags in Version 2 and most of the proposed extensions for HTML Version 3.

Print References:

Detail:

<HEAD>...</HEAD>

HTML 3.0 documents have the following structure:

<HTML>
<HEAD>--head elements ...</HEAD>
<BODY>--body elements, including <TITLE> ...</BODY>
</HTML>

The HEAD element (indicated by the <HEAD> ... </HEAD> tags) is an optional portion following the initial <HTML> tag and preceding the <BODY> tag. (In most cases, the HTML, HEAD and BODY tags can all be safely omitted.)

Information in the HEAD element corresponds to the top part of a memo or mail message. The HEAD element commonly contains titles, descriptions of the document's properties, and additional meta-information, including identifying a document as HTML. None of this information is displayed.

<TITLE>...</TITLE>

The TITLE element is the first displayed element on a HTML page. The TITLE element must occur within the head of the document, and may not contain anchors, paragraph tags, or highlighting. There may be only one TITLE in any document.

<Hn>...</Hn>

Headings define six levels within the structure of a HTML document, from H1, the highest and most significant, to H6, the lowest. These heading tags insert font changes, paragraph breaks before and after, and any white space necessary to render the specific level of heading. They do not, however, impose any structural division of a document into sections. DIVISIONS elements <DIV> must be introduced for that purpose.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

E-Mail: The World Wide Web Encyclopedia at wwwe@tab.com
E-Mail: Charles River Media at chrivmedia@aol.com
Copyright 1996 Charles River Media. All rights reserved.
Text - Copyright © 1995, 1996 - James Michael Stewart & Ed Tittel.
Web Layout - Copyright © 1995, 1996 - LANWrights & IMPACT Online.
Revised -- February 20th, 1996